[VMXASSIST] Include all rodata sections into text section.
authorchris@kneesaa.uk.xensource.com <chris@kneesaa.uk.xensource.com>
Mon, 10 Jul 2006 17:35:07 +0000 (18:35 +0100)
committerchris@kneesaa.uk.xensource.com <chris@kneesaa.uk.xensource.com>
Mon, 10 Jul 2006 17:35:07 +0000 (18:35 +0100)
Some versions of ld put non-matched sections into random locations otherwise.

Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
tools/firmware/vmxassist/vmxassist.ld

index 5bcc491075fc66428222ffd956715713c2f970c7..d0950ec6a6e25267c595575ac73227070c8d7bff 100644 (file)
@@ -11,8 +11,7 @@ SECTIONS
                _btext = .;
                *(.text)
                *(.rodata)
-               *(.rodata.str1.1)
-               *(.rodata.str1.4)
+               *(.rodata.*)
                _etext = .;
        }